home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-06-12 | 1.6 KB | 61 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = MailEnclosure
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = appIcon.tiff
- DOCICONS = arrowSend.tiff
-
- LOCAL_RESOURCES = MailEnclosure.nib credits.rtfd Help
-
- CLASSES = Directory.m Defaults.m DocumentController.m EmacsText.m\
- EnhancedApp.m EnhancedText.m FileCollection.m FileName.m\
- FileShelfView.m MailMessage.m MasterController.m ModuleMgr.m\
- PopUpButton.m StringStorage.m TokenString.m
-
- HFILES = Defaults.h Directory.h DocumentController.h EmacsText.h\
- EnhancedApp.h EnhancedText.h FileCollection.h FileName.h\
- FileShelfView.h MailMessage.h MailSend.h MasterController.h\
- ModuleMgr.h NXGets.h PopUpButton.h StringStorage.h support.h\
- TokenString.h version.h
-
- MFILES = support.m MailEnclosure_main.m
-
- CFILES = NXGets.c
-
- SUBPROJECTS = info.subproj send.subproj defaults.subproj
-
- OTHERSRCS = Makefile.preamble Makefile cvs.postamble Makefile.postamble
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app appIcon.tiff \
- -sectcreate __ICON arrowSend arrowSend.tiff
-
- LIBS = -lMedia_s -lNeXT_s -lIndexing_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-